home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / database / mdbguru / textboxm.pro < prev    next >
Text File  |  1995-02-25  |  355b  |  14 lines

  1. ; default multiline textbox properties
  2. Height          =   315
  3. Index           =   <<index>>
  4. Left            =   <<left>>
  5. MultipleLine    =   -1 ' True
  6. TabIndex        =   <<tabindex>>
  7. Tag             =   "<<fieldname>>"
  8. Text            =   "<<fieldname>>"
  9. Top             =   <<top>>
  10. Visible         =   1   'True
  11. Width           =   2415
  12.  
  13.  
  14.